From fcf68acc05db177103ebb71725b554dc153ca9ce Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Tue, 10 May 2005 13:40:14 +0000 Subject: [PATCH] bitkeeper revision 1.1389.5.52 (4280b9beG5xwTCb0TZxrZ0Cx_ku3fQ) smpboot.c: start_secondary doesn't return anything. Dprintk gets defined in apic.h now. Signed-off-by: Christian Limpach --- linux-2.6.11-xen-sparse/arch/xen/i386/kernel/smpboot.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/smpboot.c b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/smpboot.c index bbe0963942..05ca6a3ee7 100644 --- a/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/smpboot.c +++ b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/smpboot.c @@ -51,11 +51,6 @@ #include #include -#if 1 -#define Dprintk(args...) -#else -#include -#endif #include #include @@ -462,7 +457,7 @@ extern void local_setup_timer(void); /* * Activate a secondary processor. */ -static int __init start_secondary(void *unused) +static void __init start_secondary(void *unused) { /* * Dont put anything before smp_callin(), SMP -- 2.30.2